SCardListReaders (winscard)
Last changed: -62.200.22.2

.
Summary
The SCardListReaders function provides the list of readers within a set of named reader groups, eliminating duplicates.

C# Signature:

[DllImport("winscard.dll", EntryPoint="SCardListReadersA", CharSet=CharSet.Ansi)]

static extern int SCardListReaders(int hContext, IntPtr mszGroups, out IntPtr mszReaders, ref int pcchReaders);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation